home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10325 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  917 b 

  1. Path: in2.uu.net!amgen!usenet
  2. From: Dennis Lynch <dennisl@amgen.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Linker error - BC++
  5. Date: 7 Mar 1996 14:44:25 GMT
  6. Organization: Amgen, inc.
  7. Message-ID: <4hmso9$64m@amgen.amgen.com>
  8. Mime-Version: 1.0
  9. Content-Type: text/plain; charset=us-ascii
  10. Content-Transfer-Encoding: 7bit
  11. X-Mailer: Mozilla 1.1N (Macintosh; I; 68K)
  12. X-URL: news:comp.lang.c++
  13.  
  14. I'm taking an introductory C++ class and am using Borland C++ 4.0.  I am 
  15. creating a very simple program -- three cout statements.  It compiles 
  16. without a problem, but when I try to link it I get the folloowing error:
  17.  
  18. Linker error: undefined symbol OwlMain (int, char far * far *) in 
  19. library file c:\bc4\owlwi.lib in module winmain
  20.  
  21. I'm sure that I'm making some classic newbie mistake.  Could someone let 
  22. me know what that mistake is? 
  23.  
  24. Thanks in advance.
  25.  
  26.  
  27. *** Disclaimer: These are the opinions of the poster not Amgen Inc.***
  28.